[INFO] cloning repository https://github.com/tamaroning/wasmv-os
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tamaroning/wasmv-os" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftamaroning%2Fwasmv-os", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftamaroning%2Fwasmv-os'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1014ff96586f8622235598fc3341d95f7d39981e
[INFO] checking tamaroning/wasmv-os against try#dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e for pr-153721
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftamaroning%2Fwasmv-os" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/tamaroning/wasmv-os
[INFO] finished tweaking git repo https://github.com/tamaroning/wasmv-os
[INFO] tweaked toml for git repo https://github.com/tamaroning/wasmv-os written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tamaroning/wasmv-os on toolchain dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/tamaroning/wasmv-os already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 6e7d74b2795ec7fafcb8f19660181691c0f2069540330fb8381f6a58e3353c3a
[INFO] running `Command { std: "docker" "start" "6e7d74b2795ec7fafcb8f19660181691c0f2069540330fb8381f6a58e3353c3a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6e7d74b2795ec7fafcb8f19660181691c0f2069540330fb8381f6a58e3353c3a" "/opt/rustwide/cargo-home/bin/cargo" "+dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6e7d74b2795ec7fafcb8f19660181691c0f2069540330fb8381f6a58e3353c3a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6e7d74b2795ec7fafcb8f19660181691c0f2069540330fb8381f6a58e3353c3a" "/opt/rustwide/cargo-home/bin/cargo" "+dcc22e5232dd0dbe95a4b3ab84c8d24a0880771e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling find-msvc-tools v0.1.1
[INFO] [stderr]     Checking cfg-if v1.0.3
[INFO] [stderr]     Checking memchr v2.7.5
[INFO] [stderr]    Compiling anyhow v1.0.99
[INFO] [stderr]     Checking log v0.4.28
[INFO] [stderr]     Checking hashbrown v0.15.5
[INFO] [stderr]     Checking bitflags v2.9.4
[INFO] [stderr]    Compiling cranelift-srcgen v0.120.2
[INFO] [stderr]    Compiling cranelift-isle v0.120.2
[INFO] [stderr]    Compiling cranelift-bitset v0.120.2
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]     Checking bumpalo v3.19.0
[INFO] [stderr]    Compiling pulley-interpreter v33.0.2
[INFO] [stderr]    Compiling thiserror v2.0.16
[INFO] [stderr]    Compiling cranelift-codegen-shared v0.120.2
[INFO] [stderr]    Compiling target-lexicon v0.13.2
[INFO] [stderr]    Compiling serde_json v1.0.143
[INFO] [stderr]    Compiling cranelift-assembler-x64-meta v0.120.2
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling semver v1.0.26
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]     Checking leb128fmt v0.1.0
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]     Checking pin-project-lite v0.2.16
[INFO] [stderr]     Checking linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]    Compiling wasmparser v0.229.0
[INFO] [stderr]     Checking arbitrary v1.4.2
[INFO] [stderr]     Checking rustc-hash v2.1.1
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling cpp_demangle v0.4.4
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]    Compiling wasm-encoder v0.238.1
[INFO] [stderr]    Compiling cranelift-assembler-x64 v0.120.2
[INFO] [stderr]     Checking cranelift-control v0.120.2
[INFO] [stderr]     Checking regex-syntax v0.8.6
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling wasm-encoder v0.229.0
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking winnow v0.7.13
[INFO] [stderr]    Compiling zerocopy v0.8.26
[INFO] [stderr]     Checking wasmtime-math v33.0.2
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]     Checking termcolor v1.4.1
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling id-arena v2.2.1
[INFO] [stderr]    Compiling leb128 v0.2.5
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling cc v1.2.36
[INFO] [stderr]    Compiling wast v35.0.2
[INFO] [stderr]     Checking anstyle-parse v0.2.7
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking dirs-sys-next v0.1.2
[INFO] [stderr]     Checking tracing-core v0.1.34
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]     Checking anstyle v1.0.11
[INFO] [stderr]     Checking futures-sink v0.3.31
[INFO] [stderr]     Checking regex-automata v0.4.10
[INFO] [stderr]     Checking uuid v1.18.1
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling cranelift-codegen-meta v0.120.2
[INFO] [stderr]    Compiling wasmtime-cache v33.0.2
[INFO] [stderr]     Checking colorchoice v1.0.4
[INFO] [stderr]     Checking wasmtime-component-util v33.0.2
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling wasmtime-component-macro v33.0.2
[INFO] [stderr]     Checking anstyle-query v1.1.4
[INFO] [stderr]     Checking rustc-demangle v0.1.26
[INFO] [stderr]     Checking unicode-width v0.2.1
[INFO] [stderr]     Checking anstream v0.6.20
[INFO] [stderr]     Checking debugid v0.8.0
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking directories-next v2.0.0
[INFO] [stderr]     Checking wast v238.0.1
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking wasmtime-asm-macros v33.0.2
[INFO] [stderr]     Checking futures-task v0.3.31
[INFO] [stderr]     Checking slab v0.4.11
[INFO] [stderr]     Checking futures-io v0.3.31
[INFO] [stderr]    Compiling wiggle-macro v33.0.2
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling ittapi-sys v0.4.0
[INFO] [stderr]    Compiling wasmv_tun v0.1.0 (/opt/rustwide/workdir/crates/wasmv-tun)
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stdout] error: target-based cfg should be avoided in build scripts
[INFO] [stdout]  --> crates/wasmv-tun/build.rs:2:8
[INFO] [stdout]   |
[INFO] [stdout] 2 |     if cfg!(target_os = "macos") {
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use cargo environment variables if possible: `std::env::var("CARGO_CFG_TARGET_OS").unwrap_or_default() == "macos"`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[deny(misleading_cfg_in_build_script)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: target-based cfg should be avoided in build scripts
[INFO] [stdout]  --> crates/wasmv-tun/build.rs:5:8
[INFO] [stdout]   |
[INFO] [stdout] 5 |     if cfg!(target_os = "linux") {
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^^^^^^^^^^^ help: use cargo environment variables if possible: `std::env::var("CARGO_CFG_TARGET_OS").unwrap_or_default() == "linux"`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `wasmv_tun` (build script) due to 2 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "6e7d74b2795ec7fafcb8f19660181691c0f2069540330fb8381f6a58e3353c3a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6e7d74b2795ec7fafcb8f19660181691c0f2069540330fb8381f6a58e3353c3a", kill_on_drop: false }`
[INFO] [stdout] 6e7d74b2795ec7fafcb8f19660181691c0f2069540330fb8381f6a58e3353c3a
